home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh -e
- . /usr/share/debconf/confmodule
-
- db_stop
-
- # remove leftover file from linux-restricted-modules-common that
- # can cause trouble on upgrades (LP: #459829)
- if dpkg --compare-versions "$2" lt-nl "0.2.15.1"; then
- rm -f /etc/modprobe.d/lrm-video
- fi
-
- # Automatically added by dh_pycentral
- rm -f /var/lib/pycentral/nvidia-common.pkgremove
- if which pycentral >/dev/null 2>&1; then
- pycentral pkginstall nvidia-common
- if grep -qs '^nvidia-common$' /var/lib/pycentral/delayed-pkgs; then
- sed -i '/^nvidia-common$/d' /var/lib/pycentral/delayed-pkgs
- fi
- fi
- # End automatically added section
-
-
-